projects
/
suricata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce90db8
)
do not clean vendor directory on distclean
author
Sascha Steinbiss
<satta@debian.org>
Tue, 13 Jan 2026 18:51:26 +0000
(19:51 +0100)
committer
Andreas Dolp
<dev@andreas-dolp.de>
Tue, 13 Jan 2026 18:51:26 +0000
(19:51 +0100)
Last-Update: 2025-07-11
dh_auto_clean calls make distclean, which in the case of Suricata also
removes the vendor directory. This breaks repeated builds.
Gbp-Pq: Name fix-repeated-builds.patch
rust/Makefile.am
patch
|
blob
|
history
diff --git
a/rust/Makefile.am
b/rust/Makefile.am
index 7bb37c6050590833d7627056d40aaa50e52e36ec..9b0a2a1a8c63fd9ad3efa07b8fada2f1e294e94d 100644
(file)
--- a/
rust/Makefile.am
+++ b/
rust/Makefile.am
@@
-103,7
+103,7
@@
clean-local:
rm -rf target gen
distclean-local:
- rm -rf
vendor
dist
+ rm -rf dist
check-bindgen-bindings:
if HAVE_BINDGEN